#!/bin/sh
#
-# GPilotS. A Palm format. Another binary format that
+# GPilotS. A Palm format. Another binary format that
#
# rm -f ${TMPDIR/gpilots.l
#gpsbabel -i easygps -f ${REFERENCE}/gpilots.pdb -o gpx -F ${TMPDIR}/gp.gpx
bincompare ${TMPDIR}/an1.out ${REFERENCE}/an1-an1.ref
rm -f ${TMPDIR}/an1.out
-gpsbabel -i xmap -f ${REFERENCE}/xmap -o an1 -F ${TMPDIR}/an1.out
+gpsbabel -i xmap -f ${REFERENCE}/xmap -o an1 -F ${TMPDIR}/an1.out
bincompare ${TMPDIR}/an1.out ${REFERENCE}/an1-out.ref
rm -f ${TMPDIR}/an1.out
#
# stack filter tests
-# These don't actually test for proper behavior, for now, but they do
+# These don't actually test for proper behavior, for now, but they do
# exercise all of the currently-extant filter code.
#
gpsbabel -i geo -f ${REFERENCE}/../geocaching.loc -o geo -F ${TMPDIR}/geotabsep.out
compare ${TMPDIR}/tabsep.out ${TMPDIR}/geotabsep.out
-#
+#
# Now do the same for custom - it has the same issues.
#
#
rm -f ${TMPDIR}/tef_xml*
gpsbabel -i tef -f ${REFERENCE}/route/tef_xml.sample.xml -o gpx -F ${TMPDIR}/tef_xml.sample.gpx
-compare ${TMPDIR}/tef_xml.sample.gpx ${REFERENCE}/route/tef_xml.sample.gpx
+compare ${REFERENCE}/route/tef_xml.sample.gpx ${TMPDIR}/tef_xml.sample.gpx
#
# PathAway Palm Database .pdb tests
# Because of Garmin coordinates storage gpx is not good for this test
# compare ${REFERENCE}/gdb-sample.gpx ${TMPDIR}/gdb-sample.gpx
#
-# compare ${TMPDIR}/gdb-sample.gpx ${REFERENCE}/gdb-sample.gpx
+# compare ${TMPDIR}/gdb-sample.gpx ${REFERENCE}/gdb-sample.gpx
#
# Vito Navigator II .smt tests
#
rm -f ${TMPDIR}/bcr*
gpsbabel -r -i bcr -f ${REFERENCE}/route/bcr-sample.bcr -o gpx -F ${TMPDIR}/bcr-sample.gpx
-compare ${TMPDIR}/bcr-sample.gpx ${REFERENCE}/route/bcr-sample.gpx
+compare ${REFERENCE}/route/bcr-sample.gpx ${TMPDIR}/bcr-sample.gpx
gpsbabel -r -i gpx -f ${REFERENCE}/route/bcr-sample.gpx -o bcr -F ${TMPDIR}/bcr-sample2.bcr
compare ${REFERENCE}/route/bcr-sample2.bcr ${TMPDIR}/bcr-sample2.bcr
gpsbabel -r -i bcr -f ${TMPDIR}/bcr-sample2.bcr -o gpx -F ${TMPDIR}/bcr-sample2.gpx